home *** CD-ROM | disk | FTP | other *** search
/ Willard Press Kit / Willard Press Kit.iso / mac / Acrobat Reader 5 PC / AcroRd32.exe / EXVW / 10064 < prev    next >
Text File  |  2002-12-14  |  360b  |  15 lines

  1. dialog(name: '$$$/AVAlert/WindowTitle')
  2. {
  3.     view(align_children: align_left)
  4.     {
  5.         view(align_children: align_top)
  6.         {
  7.             picture(item_id: 'icon', width: 32, height: 32);
  8.             static_text(item_id: 'msg ', dwidth: 384, selectable: true);
  9.         }
  10.         gap();
  11.         check_box(item_id: 'chck', name: '$$$/AVAlert/Check');
  12.         ok(ok_name: '$$$/AVAlert/Button1');
  13.     }
  14. }
  15.